From 0f9e572472561bc1f4cd843173bf2dbc81bfda7a Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 2 Apr 2008 16:59:16 +0000 Subject: [PATCH] typo --- includes/LogEventList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/LogEventList.php b/includes/LogEventList.php index 1503517bef..67fbd136dd 100644 --- a/includes/LogEventList.php +++ b/includes/LogEventList.php @@ -541,7 +541,7 @@ class LogViewer { $this->pager->getNavigationBar() ); } else { - $wgOut->addWikiMsg( 'logempty' ); + $out->addWikiMsg( 'logempty' ); } } } -- 2.20.1